select distinct dayofmonth(issue_date) from stamps where issue_date!='' and year(stamps.issue_date)=1976 and month(issue_date)=11 order by dayofmonth(issue_date)